Version

PropertyMappingBase<TKey> Class

Contains information regarding a specific property of the underlying data object and which property of the associated view object that data object property is mapped to.
Syntax
'Declaration
 
Public MustInherit Class PropertyMappingBase(Of TKey) 
public abstract class PropertyMappingBase<TKey> 
Type Parameters
TKey
Either an enum that enumerates the properties of the view object or string that identifies the property or the metadata key when used by the MetadataPropertyMapping.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also